remove vestiges of obsolete options -N, -c, -l. (#171)
authortsteven4 <tsteven4@users.noreply.github.com>
Wed, 2 May 2018 15:02:17 +0000 (09:02 -0600)
committerGitHub <noreply@github.com>
Wed, 2 May 2018 15:02:17 +0000 (09:02 -0600)
main.cc
xmldoc/chapters/use.xml

diff --git a/main.cc b/main.cc
index 55b3aeac29db83b7e0d831fec4291a21a10b489e..a9d5daf38a3713fde473c5217bb3dce283f8d39d 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -139,7 +139,6 @@ usage(const char* pname, int shorter)
     "    -T               Process realtime tracking information\n"
     "    -w               Process waypoint information [default]\n"
     "    -b               Process command file (batch mode)\n"
-    "    -N               No smart icons on output\n"
     "    -x filtername    Invoke filter (placed between inputs and output) \n"
     "    -D level         Set debug level [%d]\n"
     "    -h, -?           Print detailed help and exit\n"
index cd38e0061b5ffa7522c94ff06bbbc3b777391cb5..18d4bd82861c6c32b83c4383c8714d5a82c05ab8 100644 (file)
@@ -156,13 +156,6 @@ merged data to multiple destinations.
 
          <para><userinput>gpsbabel -i geo -f 1.loc -o gpx -F 1.gpx -o pcx -F 1.wpt</userinput></para>
        </example>
-         <para>If you want to change the character set of input or/and
-         output side you can do this with the option <option>-c
-         &lt;character set&gt;</option>. You can get a complete list
-         of supported character sets with "gpsbabel -l".  To change
-         the character set on both sides you should do this:</para>
-         <para><userinput>gpsbabel -i xcsv,style=foo.style -c latin1 -f foo -o xcsv,style=bar.style -c ms-ansi -F bar</userinput></para>
-         <para>Note, that some formats have a fixed character set and ignore this option.</para>
       </sect1>
       <sect1 id="Route_And_Track_Modes">
          <title>Route and Track Modes</title>
@@ -369,11 +362,8 @@ merged data to multiple destinations.
 <para><option>-w</option> Work on waypoints.  This is the default. </para>
 <para><option>-T</option> Enable Realtime tracking. This option isn't supported by the majority of our file formats, but repeatedly reads location from a GPS and writes it to a file as described in <xref linkend="tracking" /></para>
 <para><option>-b</option> Process batch file. In addition to reading arguments from the command line, we can read them from files containing lists of commands as described in <xref linkend="batchfile"/> </para>
-<para><option>-c</option> Select character set. This option lets you chose the character set.  You can get a list of supported character sets via <option>-l</option> </para>
-<para><option>-N</option> Control "smart" output.   The <option>-N</option> actually has two subtoptions, <option>-Ni</option> and <option>-Ns</option>.   This lets you control whether a given writer will choose smart icons and names, respectively.   The option <option>-N</option> by itself selects both.    </para> 
 <para><option>-x filter</option> Run filter. This option lets use use one of of our many data filters. Position of this in the command line does matter - remember, we process left to right.</para>
 <para><option>-D</option> Enable debugging.   Not all formats support this.  It's typically better supported by the various protocol modules because they just plain need more debugging.   This option may be followed by a number.   Zero means no debugging.  Larger numbers mean more debugging. </para>
-<para><option>-l</option> Print character sets.   </para>
 <para><option>-h</option><option>-?</option> Print help. </para>
 <para><option>-V</option> Print version number. </para>
       </sect1>